home *** CD-ROM | disk | FTP | other *** search
- {* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- TechInsite Pty. Ltd.
- PO Box 429, Abbotsford, Melbourne. 3067 Australia
- Phone: +61 3 9419 6456
- Fax: +61 3 9419 1682
- Web: www.techinsite.com.au
- EMail: peter_hinrichsen@techinsite.com.au
-
- Created: 01/06/1999
-
- Notes: Application wide constants used in the factory demo
-
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *}
- unit Constants;
-
- interface
-
- const
-
- // Report names
- cgStrReportNameListing = 'Address listing' ;
- cgStrReportNameMailingLabels = 'Address mailing labels' ;
- cgStrReportNameDataExport = 'Data export' ;
-
- // Animals
- cgStrAnimalDog = 'Dog' ;
- cgStrAnimalCat = 'Cat' ;
- cgStrAnimalBird = 'Bird' ;
-
- implementation
-
- end.
-
-